home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 47 / Amiga Format AFCD47 (Issue 131, Xmas 1999).iso / -serious- / misc / mirrorcopy / mirrorcopy.readme < prev    next >
Text File  |  1999-10-11  |  3KB  |  63 lines

  1. Short:    Create/maintain exact copy of dir (V1.4)
  2. Author:   jhschulz@gmx.de (Jan Hendrik Schulz)
  3. Uploader: jhschulz@gmx.de (Jan Hendrik Schulz)
  4. Version:  1.4
  5. Type:     util/cli
  6.  
  7. MirrorCopy is a shell filecopy command, which is able to create and
  8. update an exact copy (mirror) of all the files and subdirectories
  9. (including there contents) located in a source directory. I use it to
  10. maintain a mirror copy of my system partition on a bootable ZIP disk.
  11. That way I not only have a backup of my system partition, I can even
  12. boot directly off this backup (if I need to) and have all the tools etc
  13. available I'm used to.
  14.  
  15. The main features of MirrorCopy are:
  16.  
  17.   - The destination directory will contain exactly the same files
  18.     and subdirectories as the source directory - and nothing more!
  19.  
  20.   - The attributes (date, comment and protection flags) of the
  21.     files and subdirectories in the destination directory are set
  22.     exactly to the same values as in the source directory.
  23.  
  24.   - MirrorCopy takes care of what the destination directory allready
  25.     contains:
  26.     - only those files are copied, that need to be copied.
  27.     - only those subdirectories are created, that need to be created
  28.     - only those files and subdirectories are removed from the
  29.       destination directory, that need to be removed.
  30.     This is very usefull if you don't want to create a mirror copy,
  31.     but if you want to update an allready existing mirror copy.
  32.  
  33.   - MirrorCopy can keep deleted or overwritten files in special
  34.     'deleted-/old-files' directories.
  35.  
  36.   - The contents of the source directory is not changed in any way!
  37.     Not even the protection flags (like the archive flag) are changed.
  38.  
  39.  
  40. New in version 1.4:
  41. -------------------
  42. - New NODEL keyword, to tell MirrorCopy not to remove old files
  43.   and directories from the destination directory
  44.  
  45. New in version 1.3:
  46. -------------------
  47. - DELDIR/OLDDIR handling improved:
  48.   - It is now possible to use directories who are inside the
  49.     destination directory.
  50.   - Some checks are performed to make sure the specified directories
  51.     are valid.
  52.   - To use the same directory for both, DELDIR and OLDDIR, it's now
  53.     possible to write: DELDIR and OLDDIR=name/of/the/dir
  54.                    or: OLDDIR and DELDIR=name/of/the/dir
  55.  
  56. - QUIET and VERBOSE keywords changed and new STAT keyword added to
  57.   allow better control of the output.
  58.  
  59. - Correct shell errorcodes are returned now, to allow e.g. the usage
  60.   in scripts with error handling.
  61.  
  62. - Some minor internal changes.
  63.